home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special Tips & Tricks for Windows 95
/
Chip Wintips.iso
/
sharewar
/
online
/
unicom
/
pcboard.sc_
/
pcboard.sc
Wrap
Text File
|
1992-08-15
|
367b
|
15 lines
; PCBOARD login script for Unicom
;
Delay(2000)
Waitfor ("?") ; Do you want ansi graphics?
Delay(500)
Send ("Y^M) ; Set this to Y or N
Waitfor("name?")
Delay(500)
Send("FIRST^M") ; Set FIRST to your first name
Waitfor("?")
Delay(500)
Send("LAST^M") ; Set Last to your Last name
Waitfor(")")
Send("PASSWORD^M") ; Set PASSWORD to your password
exit